Py.Cafe

t.david/

Grant Chart Generator

Hands-on with Streamlit on Py.cafe

DocsPricing
  • app.py
  • requirements.txt
requirements.txt
1
2
3
4
5
6
7
8
9
streamlit==1.27.2  # currently pinned to this version
# if on pyodide < 0.27 (without pyarrow), mocking pyarrow is needed
pyarrow==17.0.0 # mock
pandas
numpy
scipy
matplotlib